projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bd21e8
)
* nsterm.m (openFiles): Fix previous checkin.
author
Jan Djärv
<jan.h.d@swipnet.se>
Tue, 31 Jul 2012 05:56:36 +0000
(07:56 +0200)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Tue, 31 Jul 2012 05:56:36 +0000
(07:56 +0200)
src/ChangeLog
patch
|
blob
|
history
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index b22f12a53b49d42035a0cb6581d12324b5c94131..37e3bf61897b52c366b4138b76a8728fbf82c810 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
+
+ * nsterm.m (openFiles): Fix previous checkin.
+
2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
* indent.c (compute_motion): Remove unused local.
diff --git
a/src/nsterm.m
b/src/nsterm.m
index 4e181e9d1d28243121cf0d0d9bde2060629cb432..d92ab8160c354ef862110aa8611ce52ee20f4833 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-4477,7
+4477,7
@@
ns_term_shutdown (int sig)
/* Don't open files from the command line, Cocoa parses the command line
wrong anyway, --option value tries to open value if --option is the last
option. */
- if (ns_
ignore
_open_file)
+ if (ns_
do
_open_file)
{
NSEnumerator *files = [fileList objectEnumerator];
NSString *file;